Vcenter Ovf PropertyParams

Vcenter Ovf PropertyParams
Vcenter Ovf PropertyParams

The Vcenter Ovf PropertyParams schema contains a list of OVF properties that can be configured when the OVF package is deployed.

This is based on the ovf:ProductSection.

See POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=deploy and POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=filter.

JSON Example
{
    "properties": [
        {
            "class_id": "string",
            "id": "string",
            "instance_id": "string",
            "category": "string",
            "ui_optional": false,
            "label": "string",
            "description": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "type": "string"
}
properties
Optional

List of OVF properties.

This property is optional in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.

string
type
Optional

Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters schema.

This property must be provided in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.